home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / opensource / jEdit_4.2 / jedit42install.exe / {app} / jars / QuickNotepad.jar / QuickNotepadToolPanel$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-08-26  |  536 b   |  16 lines

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3.  
  4. class QuickNotepadToolPanel$1 implements ActionListener {
  5.    // $FF: synthetic field
  6.    private final QuickNotepadToolPanel this$0;
  7.  
  8.    QuickNotepadToolPanel$1(QuickNotepadToolPanel var1) {
  9.       this.this$0 = var1;
  10.    }
  11.  
  12.    public void actionPerformed(ActionEvent var1) {
  13.       QuickNotepadToolPanel.access$000(this.this$0).chooseFile();
  14.    }
  15. }
  16.